home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / mint / lib / pcosbind.zoo / source.zoo / pwait3.s < prev    next >
Encoding:
Text File  |  1992-06-22  |  202 b   |  13 lines

  1. ;long Pwait3(int flag, long *rusage);    /* GEMDOS 0x11c */
  2.  
  3. .export Pwait3
  4. Pwait3:
  5. move.l a2,-(sp)
  6. move.l a0,-(sp)
  7. move.w d0,-(sp)
  8. move.w #$11c,-(sp)
  9. trap #1
  10. addq.l #8,sp
  11. movea.l (sp)+,a2
  12. rts
  13.